home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / toadmenu.zip / TOADMENU.DAT < prev    next >
Text File  |  1987-10-30  |  3KB  |  68 lines

  1. ;assumes you have SEARCH, PATH, or the equivalent to enable
  2. ;DOS'S COMMAND.COM to locate files and programs other than
  3. ;in the current drive/directory.
  4. ;
  5. ;Certain functions below assume you have certain public domain
  6. ;utilities available:
  7. ;  CDD.COM   change drive and directory
  8. ;  DO.COM    execute multiple commands at the DOS command line
  9. ;
  10. ;First field ("D,") is the Highlighted character on the menu.
  11. ;Second field ("DOS DIR") is the actual menu text display.
  12. ;Third field (if any) is the formal DOS command line entry.
  13. ;  * indicates you need COMMAND.COM to process the entry
  14. ;    (find .COM, .EXE, or .BAT type, process command parameters, etc.)
  15. ;  % tells TOADMENU that command line parameters are allowed.
  16. ;Second line for each menu entry is the explanatory text that will
  17. ;appear at the screen bottom.  You can leave a blank if you wish.
  18. ;
  19. ;Actual menu items, with associated key characters, DOS commands,
  20. ;and text follow:
  21. ;
  22. ;1
  23. D,DOS DIR,*DIR%
  24. Display a normal DOS directory (DOS, wildcard, redirect options)
  25. ;2  SD.COM, a public domain utility
  26. S,Sorted Dir,*SD%
  27. Display a sorted directory (wildcard and redirect options)
  28. ;3  WAMPUM.EXE, a public domain dBase-like database manager
  29. W,Wampum,*DO CDD C:\dbf;WAMPUM voodoo
  30. Run Wampum on its default database, developer mode
  31. ;4  GWBASIC.EXE
  32. B,Basic,*GWBASIC%
  33. Run GWBASIC (optional .BAS program name, other BASIC switches)
  34. ;5
  35. 1,Lotus123,*DO CDD C:\123;LOTUS
  36. Run Lotus 123
  37. ;6  MASM.EXE, a Microsoft program
  38. M,Masm,*MASM%
  39. Run MASM (optional .ASM file name, other MASM switches)
  40. ;7  TURBO.COM, a Borland program
  41. T,Turbo,*TURBO%
  42. Run Turbo Pascal (optional .PAS program name)
  43. ;8  PCSTATUS.COM, a public domain utility
  44. P,PCStatus,PCSTATUS.COM
  45. Flashy display of your system configuration
  46. ;9  LIST.COM, Buerg's famous public domain file lister
  47. L,List a file,*LIST%
  48. List a document to screen (scrolling) (wildcard options)
  49. ;10  Default, exit to DOS (you MUST have one of these!)
  50. E,Exit->DOS
  51. Terminate TOADMENU (Exit to DOS)
  52. ;
  53. ;This is the start of the second menu screen.
  54. ;You can reuse Highlighted characters that appeared on the first screen.
  55. ;1  WS.COM, a MicroPro program
  56. W,WordStar,*WS%
  57. Run WordStar (optional filename)
  58. ;2  NOW.EXE, a public domain program
  59. T,Time/Date,NOW.EXE
  60. Display Current time and date
  61. ;3  COMMAND.COM, a Microsoft program
  62. P,Push to DOS,*COMMAND
  63. Run DOS (type EXIT to return to TOADMENU)
  64. ;4  Another exit (only one required)
  65. E,Exit->DOS
  66. Terminate TOADMENU (Exit to DOS)
  67. ;Don't leave ANY blank lines at the end!
  68.